/* @import url("https://fonts.googleapis.com/css2?family=Nunito Sans+Sans:ital,wght@0,400;0,600;1,400;1,600&display=swap"); */

body {
  display: flex;
  margin: 0;
  min-height: 100vh;
  flex-direction: column;
  font-family: "Nunito Sans", sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "pnum" on, "lnum" on, "ss04" on;
}

@media screen and (min-width: 640px) {
  body {
    font-size: 2.2rem;
    line-height: 3.2rem;
  }
}

.withdrawdetails .detail select,
.withdrawdetails .detail textarea {
  width: 50%;
}

.withdrawdetails .detail select {
  height: 100px;
  overflow: auto;
}

#hs_popup h1.hs_icon_success {
  padding-left: 60px;
  margin-left: 10px;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  min-height: 100vh;
  font-size: 62.5%;
}

.show {
  display: inline-block !important;
}

.social-share-links {
  display: none;
}

.social-media-links .container {
  padding-left: 0;
  /* padding-right: 0; */
}

.social-media-links {
  background-color: #f7f8f5;
  margin-bottom: 32px;
  /* height: 59px; */
}

.social-media-links .social-share-links {
  display: block !important;
  /* background-color: #f7f8f5; */
}

header .top-head-nav .navbar-brand img {
  width: 120px;
}

header .top-head-nav a {
  color: #fff;
  margin-right: 0;
}

header .top-head-nav a:hover {
  color: #fff;
  text-decoration: none !important;
}

header .top-head-nav .nav .dropdown-menu a {
  color: #ffffff;
  display: block;
}

header .top-head-nav .nav .dropdown-menu a:hover {
  color: #ffffff;
}

header .top-head-nav .nav > * {
  padding: 10px 20px;
}

header .top-head-nav #accessibility {
  margin-left: 0 !important;
}

header .top-head-nav #accessibility #accessibilityFont {
  vertical-align: middle;
  display: inline-block;
  color: #50b4e4;
  cursor: pointer;
}

header .top-head-nav #accessibility #accessibilityFont a:nth-child(1) {
  font-size: 16px;
}

header .top-head-nav #accessibility #accessibilityFont a:nth-child(2) {
  font-size: 26px;
}

header .top-head-nav #accessibility #accessibilityFont a:nth-child(3) {
  font-size: 36px;
}

header .top-head-nav #accessibility li {
  list-style-type: none;
  vertical-align: sub;
  display: inline-block;
  position: relative;
}

/* Header changes */

.navbar-expand-lg .navbar-collapse {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
}

.header-slab {
  max-width: 255px;
}

/*.logged-off-menu-item:nth-child(odd) {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #45A929;
  color: #fff;
  outline: 0;
  border-radius: 0;
  box-shadow: 0 4px #34801f;
  padding: 1.3rem 2rem 1.1rem;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.logged-off-menu-item:nth-child(odd):hover {
  background-color: #34801f;
  box-shadow: 0 4px #235715;
}

@media screen and (min-width: 640px) {
  .logged-off-menu-item:nth-child(odd) {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 1.1rem 2.4rem 0.9rem;
  }
}*/

.logged-off-menu-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #45a929;
  color: #fff;
  outline: 0;
  border-radius: 0;
  box-shadow: 0 4px #34801f;
  padding: 1.3rem 2rem 1.1rem;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 700;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.logged-off-menu-item:hover {
  background-color: #34801f;
  box-shadow: 0 4px #235715;
}

/* @media screen and (min-width: 640px) {
  .logged-off-menu-item {
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 1.1rem 2.4rem 0.9rem;
  }
} */

.logged-off-menu-item:not(:last-child) {
  margin-right: 0.5em;
}

.site-header-logo svg desc {
  display: none;
}

button.menu-icon {
  border: none;
  background: none;
}

button.menu-icon:active,
button.menu-icon:focus {
  border: none;
  background: none;
  outline: none;
}

/* Header changes end */

/* Header dropdown css */

.site-header__bottom {
  display: none;
  color: #e7e7e7;
  background-color: #4c6172;
  height: calc(100vh - 80px);
  padding-bottom: 80px;
  overflow: auto;
  z-index: 1111;
}

@media screen and (min-width: 992px) {
  .site-header__bottom {
    position: relative;
    display: block;
    background-color: #fff;
    height: auto;
    padding-bottom: 0;
    overflow: visible;
  }
}

.main-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav-list__level-0 {
  padding-left: 16px;
  padding-right: 1.6rem;
}

@media screen and (min-width: 480px) {
  .main-nav-list__level-0 {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-0 {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list {
    background-color: #4c6172;
  }

  .main-nav-list__level-0 {
    display: flex;
    background-color: #fff;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1296px;
    margin-left: auto;
    margin-right: auto;
  }
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

hr {
  display: none;
}

@media screen and (min-width: 992px) {
  hr {
    display: block;
    margin: 0;
    border: none;
    border-top: 2px solid #e7e7ef;
  }
}

.main-nav-list__level-0 > li {
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-0 > li {
    border-bottom: none;
  }
}

.main-nav-list__level-0 > li:last-child {
  border-bottom: none;
}

.main-nav-list .menu-tab {
  display: inline-block;
  color: #fff;
  font-weight: 600;
  position: relative;
  padding-right: 26px;
  cursor: pointer;
}

.main-nav-list__level-0 .menu-tab {
  display: block;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-0 .menu-tab {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-0 .menu-tab {
    color: #0069bf;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    margin-right: 3.5rem;
  }
}

.main-nav-list .menu-tab:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-1 {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
  }
}

.main-nav-list .menu-tab__icon {
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 0;
}

.main-nav-list__level-1 > li {
  padding-bottom: 2.4rem;
}

@media screen and (min-width: 480px) {
  .main-nav-list__level-1 > li {
    position: relative;
  }
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-1 > li {
    padding-bottom: 1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-1 > li {
    max-width: 1296px;
    padding-left: 48px;
    padding-right: 48px;
    padding-bottom: 3.2rem;
    margin-top: 3.2rem;
    margin-left: auto;
    margin-right: auto;
  }
}

.main-nav-list .nav-icon {
  display: block;
  width: 4.8rem;
  height: 4.8rem;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 480px) {
  .main-nav-list .nav-icon {
    position: absolute;
    left: 0;
  }
}

@media screen and (min-width: 640px) {
  .main-nav-list .nav-icon {
    top: 0.6rem;
    width: 7rem;
    height: 7rem;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list .nav-icon {
    left: 48px;
  }
}

.main-nav-list a {
  display: inline-block;
  color: #fff;
  font-weight: 700;
}

.main-nav-list__level-1 > li > a {
  font-size: 2.4rem;
  line-height: 3.2rem;
  margin-bottom: 8px;
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-1 > li > a {
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 480px) {
  .main-nav-list__level-1 > li > a {
    margin-left: 7.2rem;
  }
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-1 > li > a {
    margin-left: 9.4rem;
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-1 > li > a {
    max-width: 576px;
  }
}

.body-xs {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 640px) {
  .body-xs {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.main-nav-list__level-1 > li > .excerpt {
  font-weight: 700;
}

@media screen and (min-width: 480px) {
  .main-nav-list__level-1 > li > .excerpt {
    margin-left: 7.2rem;
  }
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-1 > li > .excerpt {
    margin-left: 9.4rem;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-1 > li > .excerpt {
    max-width: 576px;
  }
}

.desktop-nav-screen {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 992px) {
  .desktop-nav-screen {
    display: block;
    top: -99999px;
    left: -99999px;
    right: 99999px;
    transform: translateY(2rem);
    opacity: 0;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
      top 0s 0.2s, left 0s 0.2s, right 0s 0.2s;
  }

  .main-nav-list__level-1 hr {
    margin-top: 32px;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
  }
}

.main-nav-list__level-2 {
  margin-top: 24px;
  padding-left: 1.6rem;
  border-left: 4px solid rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-2 {
    display: flex;
    margin-top: 32px;
    padding-left: 0;
    border-left: none;
    padding-top: 2.8rem;
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-2 {
    margin-top: 0;
    margin-bottom: -1.6rem;
    border-top: 0;
  }
}

@media screen and (min-width: 1208px) {
  .main-nav-list__level-2 {
    justify-content: flex-start;
    margin-right: -1.6rem;
  }
}

@media screen and (min-width: 992px) {
  .main-nav-list__level-2.level-2-with-excerpt {
    max-width: 728px;
  }
}

@media screen and (min-width: 1208px) {
  .main-nav-list__level-2.level-2-with-excerpt {
    justify-content: space-between;
    margin-right: 0;
  }
}

.main-nav-list .menu-item__icon {
  margin-left: 2px;
  vertical-align: -2px;
}

.main-nav-list__level-1 > li > a > .menu-item__icon {
  width: 15px;
  height: auto;
  margin-left: 4px;
  vertical-align: -4px;
}

.main-nav-list__level-2 > li {
  padding-bottom: 1.6rem;
}

@media screen and (min-width: 640px) {
  .main-nav-list__level-2 > li {
    flex: 0 0 calc(50% - 1.2rem);
  }
}

@media screen and (min-width: 1208px) {
  .main-nav-list__level-2 > li {
    flex: 0 0 33.333%;
    padding-right: 1.6rem;
  }
}

.main-nav-list__level-2 > li:last-child {
  padding-bottom: 0;
}

@media screen and (min-width: 1208px) {
  .main-nav-list__level-2.level-2-with-excerpt > li {
    flex: 0 0 calc(50% - 1.6rem);
    padding-right: 0;
  }
}

.main-nav-list__level-2 > li > a {
  margin-bottom: 0.4rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #jobs_list .jobCard.col-lg-6 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
  }
}

/* Header dropdown ends */

/* Body section begins */

/* Cover image */

.site-hero__image {
  position: relative;
  padding-top: 56.25%;
  min-height: 200px;
}

@media screen and (min-width: 640px) {
  .site-hero__image {
    padding-top: 0;
    height: 360px;
  }
}

@media screen and (min-width: 1024px) {
  .site-hero__image {
    height: 430px;
  }
}

img {
  border-style: none;
  max-width: 100%;
}

.hero-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
}

/* Cover image ends */

@media screen and (min-width: 1024px) {
  .container-inner--xxl {
    max-width: 992px;
  }
}

h1.vacancy-page-title {
  font-size: 2em;
  margin: 0.67em 0;
  margin-top: 35px;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  h1.vacancy-page-title {
    margin-top: 35px;
    margin-bottom: 24px;
  }
}

h1.vacancy-page-title {
  font-family: "Nunito Sans", sans-serif;
  color: #141464;
  font-weight: 900;
  font-size: 4.4rem;
  line-height: 4.4rem;
}

@media screen and (min-width: 640px) {
  h1.vacancy-page-title {
    font-size: 7.2rem;
    line-height: 6.8rem;
  }
}

@media (min-width: 1024px) {
  .col-md-9 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg-6 {
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

.breadcrumb__chevron {
  width: 0.65rem;
  height: 1.1rem;
}

.cover-title-desc {
  font-size: 18px;
  font-family: "Nunito Sans", sans-serif;
}

.card-background {
  background-color: #f7f8f5;
  padding: 3em 0 2em;
  margin-top: 1em;
}

.filter-h4,
#hs_content,
.card-background .container .row .col-md-3,
#map {
  display: none;
}

/* Body section ends */

/* Job details begins */

.job_postings {
  margin: 2em 0;
}

.content-job-bottomlinks .links {
  justify-content: space-between;
  z-index: 1000;
  position: relative;
}

/* Job details end */

/* Job description slider */

.transition,
.job-items li i:before,
.job-items li i:after,
.job-items div.item-desc {
  transition: all 0.25s ease-in-out;
}

.flipIn,
.job-items li {
  animation: flipdown 0.5s ease both;
}

.no-select,
.job-items h3 {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.job-items li h3 {
  font-size: 2.4rem !important;
  font-weight: 700;
  line-height: 3.2rem;
  color: #0069bf;
  text-decoration: none;
  transition: color 0.2s ease;
  display: block;
  margin: 0;
  cursor: pointer;
  margin-left: 20px;
  padding: 10px 0 0px;
}

.job-items li h3:hover {
  color: #000;
  text-decoration: underline;
}

.job-items li input[type="checkbox"]:hover {
  color: #000;
  text-decoration: underline;
}

.job-items li div.item-desc {
  padding: 5px 0 15px;
}

.job-items li div.item-desc p {
  position: relative;
  overflow: hidden;
  opacity: 1;
  transform: translate(0, 0);
  margin-top: 0px;
  z-index: 2;
}

.job-items {
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 10px;
  width: 100%;
  background-color: #f7f8f5;
}

.job-items .item0 {
  position: relative;
  padding: 0;
  margin: 0;
  padding-bottom: 4px;
  padding-top: 10px;
  border-bottom: 1px dotted #e7e7e7;
  padding-left: 15px;
}

.job-items li:nth-of-type(1) {
  animation-delay: 0.5s;
}

.job-items li:nth-of-type(2) {
  animation-delay: 0.75s;
}

.job-items li:nth-of-type(3) {
  animation-delay: 1s;
}

.job-items li:nth-of-type(4) {
  animation-delay: 1s;
}

.job-items li:last-of-type {
  padding-bottom: 0;
}

.job-items li i {
  position: absolute;
  transform: translate(-6px, 0);
  margin-top: 20px;
  left: 15px;
}

.job-items li i:before,
.job-items li i:after {
  content: "";
  position: absolute;
  background-color: #0069bf;
  width: 3px;
  height: 12px;
}

.job-items ul {
  list-style: disc;
  padding-left: 20px;
}

/* .job-items  ul li::before  {
  display: inline-block;
  content: "";
  width: 1rem;
  height: 1rem;
  top: 1rem;
  position: relative;
  margin-bottom: 12.4px;
  margin-right: 20px;
  background-color: #4c6172;
} */

.job-items li i:before {
  transform: translate(-3px, 0) rotate(45deg);
}

.job-items li i:after {
  transform: translate(4px, 0) rotate(-45deg);
}

.job-items li input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
}

.job-items li input[type="checkbox"]:checked ~ div.item-desc {
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  transform: translate(0, 50%);
}

.job-items li input[type="checkbox"]:checked ~ i:before {
  transform: translate(3px, 0) rotate(45deg);
}

.job-items li input[type="checkbox"]:checked ~ i:after {
  transform: translate(-4px, 0) rotate(-45deg);
}

@keyframes flipdown {
  0% {
    opacity: 0;
    transform-origin: top center;
    transform: rotateX(-90deg);
  }

  5% {
    opacity: 1;
  }

  80% {
    transform: rotateX(8deg);
  }

  83% {
    transform: rotateX(6deg);
  }

  92% {
    transform: rotateX(-3deg);
  }

  100% {
    transform-origin: top center;
    transform: rotateX(0deg);
  }
}

/* Job description slider end */

/* Generic style begins */

td .icamsDownload,
td.links a {
  margin-right: 10px;
}

.login-text ul {
  padding-left: 20px;
}

.login-text ul li b {
  font-weight: normal;
}

.search.advancedcheckbox_intro h1 {
  display: none;
}

input[type="radio"],
input[type="checkbox"] {
  background-color: #fff;
  margin: 0;
  width: 3rem;
  height: 3rem;
  border: 2px solid #141464;
  place-content: center;
  flex-shrink: 0;
}

input[type="checkbox"]:checked {
  background-color: #c2d600;
}

.checkbox_val_any,
.checkbox_val {
  display: flex;
  padding-bottom: 7px;
}

.param fieldset .label label {
  margin-bottom: 1.2em;
}

.page-title-generic h1.vacancy-page-title {
  font-size: 2em;
  margin: 0.67em 0;
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .page-title-generic h1.vacancy-page-title {
    margin-bottom: 24px;
    margin-top: 24px;
  }
}

@media screen and (min-width: 320px) {
  .page-title-generic h1.vacancy-page-title {
    margin-top: 20px;
  }
}

.page-title-generic h1.vacancy-page-title {
  font-family: "Nunito Sans", sans-serif;
  color: #141464;
  font-weight: 900;
  font-size: 4.4rem;
  line-height: 4.4rem;
}

@media screen and (min-width: 640px) {
  .page-title-generic h1.vacancy-page-title {
    font-size: 7.2rem;
    line-height: 6.8rem;
  }
}

.ccp_menu #slotsdiv #interview-slots td input {
  transition: background-color 0.5s;
  background-color: #45a929;
  border: none;
  color: #ffffff;
  padding: 5px;
  text-decoration: none;
  cursor: pointer;
  font-family: "Nunito Sans", sans-serif;
}

.ccp_menu #slotsdiv #interview-slots td input:hover {
  background-color: #34801f;
}

.dropdown-menu {
  z-index: 10000;
  width: 100%;
  font-size: 1.7rem;
}

.ccp_menu h1 {
  display: none;
}

.section .links,
.ccp_sam .links,
.save_search_links {
  justify-content: flex-start;
}

.save_search_links .button.cancel {
  order: 1;
}

.param fieldset {
  padding-bottom: 25px !important;
}

.login-text {
  margin: 2em 0;
}

.login,
.ccp_profile {
  margin: 2em 0;
}

.login-register-fluid {
  background-color: #fff;
  padding: 1em 0 2em;
}

.password_reminder {
  margin: 30px 0 0;
}

.password_reminder a {
  margin: 15px 0 0 0;
  border-bottom: 4px solid #45a929;
  text-decoration: none;
  font-weight: 600;
}

.password_reminder a:hover {
  text-decoration: none;
  color: #000; 
}

.login .links .submit {
  display: inline-flex;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  justify-content: center;
  background-color: #45a929 !important;
  color: #fff !important;
  outline: 0;
  border-radius: 0;
  box-shadow: 0 4px #34801f !important;
  padding: 1.3rem 2rem 1.1rem;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px !important;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

#hs_popup .hs_platform_form .customfile-upload,
#hs_popup .form.applyform .customfile-upload,
#hs_popup .hs_platform_area .form-group .customfile-upload,
#hs_popup .form-group .customfile-upload,
#hs_popup .form_details .customfile-upload {
  padding: 1px 0;
  color: #fff !important;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 700;
  font-size: 1.35rem;
  background-color: #45a929 !important;
  box-shadow: 0 4px #34801f !important;
  outline: 0;
  border-radius: 0;
  border: none;
  cursor: pointer;
  background: none;
}

#hs_popup .hs_platform_form .customfile-upload:hover,
#hs_popup .form.applyform .customfile-upload:hover,
#hs_popup .hs_platform_area .form-group .customfile-upload:hover,
#hs_popup .form-group .customfile-upload:hover,
#hs_popup .form_details .customfile-upload:hover {
  background-color: #34801f !important;
  box-shadow: 0 4px #235715 !important;
}

.login .links .submit:hover {
  background-color: #34801f !important;
  box-shadow: 0 4px #235715 !important;
}

.ccp_profile .links .submit {
  display: inline-flex;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  justify-content: center;
  background-color: #45a929 !important;
  color: #fff !important;
  outline: 0;
  border-radius: 0;
  box-shadow: 0 4px #34801f !important;
  padding: 1.3rem 2rem 1.1rem;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px !important;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.ccp_profile .links .submit:hover {
  background-color: #34801f !important;
  box-shadow: 0 4px #235715 !important;
}

.ccp_profile .links {
  justify-content: flex-start !important;
}

.button.cancel,
.button.new {
  background-color: transparent !important;
  color: #0069bf !important;
  font-size: 20px !important;
  padding: 6px 24px !important;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 0;
  text-decoration: underline !important;
}

.button.cancel:hover,
.button.new:hover {
  color: #000 !important;
}

.logindetails,
.withdrawdetails,
.prefdetails,
.formdetails,
.saf_details.email_address,
.login-text p,
.agentdetails {
  padding-bottom: 30px;
}

@media screen and (min-width: 640px) {
  .logindetails .detail input,
  .prefdetails .detail input,
  .prefdetails .detail select {
    line-height: 3.2rem;
  }
}

input[type="text"] {
  display: inline-block;
  padding: 0.4rem 0.6rem;
  border: 2px solid #141464;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  width: 100%;
}

input[type="text"]:focus {
  padding: 0.3rem 0.5rem;
  border: 3px solid #000;
  box-shadow: 0 0 0 3px #c2d600;
}

#hs_popup select:focus,
#hs_popup select:focus-visible {
  border: 3px solid #000;
  box-shadow: 0 0 0 3px #c2d600;
}

@media screen and (min-width: 640px) {
  input[type="text"]:focus {
    padding: 0.1rem 0.5rem;
  }
}

.logindetails .detail input,
.prefdetails .detail input {
  max-width: 572px;
  font-family: inherit;
  font-size: 100%;
  line-height: 3.2rem;
  margin: 0;
  overflow: visible;
  display: inline-block;
  padding: 0.6rem 0.6rem !important;
  border: 2px solid #141464;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  width: 100%;
}

.prefdetails .detail select {
  max-width: 572px;
  font-family: inherit;
  font-size: 100%;
  line-height: 3.2rem;
  margin: 0;
  overflow: visible;
  display: inline-block;
  padding: 0.6rem 0.6rem !important;
  border: 2px solid #141464;
  border-radius: 0;
  background-color: #fff;
  outline: none;
}

@media screen and (min-width: 640px) {
  .logindetails .detail input,
  .prefdetails .detail input,
  .prefdetails .detail select {
    padding: 0.2rem 0.6rem;
  }
}

#p_username {
  text-transform: lowercase;
}

table.tbl.history {
  margin: 30px 0 10px;
}

/* Generic style ends */

.menu-icon {
  cursor: pointer;
  display: inline-block;
  padding: 20px 20px 10px;
  position: relative;
  user-select: none;
  float: right;
}

.menu-icon .navicon {
  background: #0069bf;
  display: block;
  height: 2px;
  position: relative;
  transition: background 0.2s ease-out;
  width: 18px;
  margin-left: 0.9rem;
}

.menu-icon .navicon:before {
  background: #0069bf;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 18px;
  top: 7px;
}

.menu-icon .navicon:after {
  background: #0069bf;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  transition: all 0.2s ease-out;
  width: 18px;
  top: -7px;
}

ul.nav li {
  padding: 10px 20px;
}

ul.nav li a:hover {
  text-decoration: underline;
}

.navbar-mobile {
  display: none;
}

.navbar-mobile.active {
  display: inline-block;
  padding-left: 0;
  position: absolute;
  left: 0;
  width: 100%;
  top: 80px;
  height: 100%;
  background-color: #f5f5f5;
  z-index: 9999;
  padding: 20px 20px auto auto;
  /* padding-bottom: 80px; */
  overflow: auto;
}

.navbar-mobile.active li {
  float: left;
  list-style-type: none;
  width: 47%;
  margin-bottom: 20px;
}

.navbar-mobile.active li:hover {
  color: #ffffff;
}

.navbar-mobile.active #mobile-menu a {
  color: #ffffff;
  display: block;
  padding: 1.1rem 2.4rem 0.9rem;
}

.navbar-mobile.active #mobile-menu a:hover {
  color: #ffffff;
  text-decoration: none;
}

@media (max-width: 450px) {
  .navbar-mobile.active {
    width: 100%;
  }
}

@media (min-width: 992px) {
  nav.navbar {
    display: contents;
  }

  .navbar-mobile {
    display: none !important;
  }

  .navbar-mobile li {
    display: none;
  }

  .overlay-mobile {
    display: none !important;
  }

  .menu-btn-upDiv {
    display: none;
  }

  #accessibility {
    display: inline-block;
  }
}

@media (max-width: 991px) {
  nav.navbar {
    display: none;
  }

  #accessibility {
    display: none;
  }

  .menu-icon {
    display: inline-block;
  }
}

.menu-btn-upDiv {
  text-align: right;
}

.overlay-mobile {
  position: absolute;
  left: 0;
  top: 80px;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}

.overlay-mobile.appear {
  display: inherit;
}

@media (max-width: 768px) {
  .menu-background-mobile {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: wrap;
    align-content: flex-start;
  }
}

.navbar-mobile.active li.logged-off-menu-item {
  justify-content: flex-start;
  width: 100%;
}

.fa-times {
  font-size: 24px;
  /* color: #fff; */
  margin-bottom: 20px;
  cursor: pointer;
  padding: 20px 0px 0 30px;
}

.header-bread {
  /* background-color: #f7f8f5; */
  background-color: #f7f8f5;
  padding: 20px 0 6px 0;
}

.header-bread .breadcrumb {
  padding: 0.75rem 0;
  background-color: transparent;
}

.header-bread .breadcrumb .breadcrumb-item.active {
  margin-top: 0.2rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0rem !important;
}

.header-bread .breadcrumb .breadcrumb-item a,
.header-bread .breadcrumb .breadcrumb-item.active,
.header-bread .breadcrumb .breadcrumb-item::before {
  color: #0069bf;
  text-decoration: none;
  transition: color 0.2s ease;
  margin-right: 0.4rem;
  cursor: pointer;
  font-size: 18px;
}

.header-bread .breadcrumb .breadcrumb-item a:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

/* .header-bread h1 {
  font-size: 40px;
  color: #50b4e4
} */

#jobs_list .jobCard .card-body {
  border: 2px solid #45a929;
  margin-top: 1rem;
  margin-bottom: 1rem;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  transition: border-color 0.2s, color 0.2s, background-color 0.2s;
  min-height: 25em;
  display: flex;
  flex-direction: column;
}

#jobs_list .jobCard .card-body:hover {
  border-color: #45a929;
}

.bottomlinks .hs_apply_button:focus,
.bottomlinks .hs_apply_button:focus-visible,
.toplinks .hs_apply_button:focus,
.toplinks .hs_apply_button:focus-visible,
.bottomlinks .hs_apply_button:active,
.toplinks .hs_apply_button:active,
#hs_popup #btnsubmit:active,
#hs_popup a.btn_cancel:active,
#hs_popup a.btn_secondary:active,
.login-register-fluid .links input.button:active,
#jobs_list .jobCard .card-body .job-card-actions .readMore:active {
  color: #000 !important;
  text-decoration: none;
  background-color: #c2d600 !important;
  box-shadow: 0 4px #000 !important;
}

/* .bottomlinks .hs_apply_button:active,
.toplinks .hs_apply_button:active,
#hs_popup #btnsubmit:active,
#hs_popup a.btn_cancel:active,
#hs_popup a.btn_secondary:active,
.login-register-fluid .links input.button:active,
#jobs_list .jobCard .card-body .job-card-actions .readMore:active {
  color: #fff !important;
  background-color: #235715 !important;
  box-shadow: none !important;
  transform: translateY(4px) !important;
} */

#jobs_list .jobCard .card-body .card-title a {
  color: #0069bf;
  font-size: 26px;
  text-decoration: underline;
  font-weight: 800;
}

#jobs_list .jobCard .card-body .card-title a:hover {
  color: #000;
  text-decoration: underline;
}

#jobs_list .jobCard .card-body .classifications .jobclass .jobclass_type {
  font-weight: 700;
}

#jobs_list .jobCard .card-body .job-card-actions .readMore {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
}

/*#jobs_list .jobCard .card-body .job-card-actions .readMore:hover {
  color: #000 !important;
  font-weight: bold;
} */

.list .jobCard {
  width: 100% !important;
}

.jobs-nav {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
}

.jobs-nav a {
  margin: 5px 5px;
}

.jobs-nav a:not(.jp-current):hover {
  color: #000 !important;
  text-decoration: none !important;
  cursor: pointer;
  border-color: #34801f;
}

.jobs-nav .jp-current {
  color: #ffffff !important;
  /* background-color: #0069bf; */
  background-color: #45a929;
  padding: 3px 12px;
  border: 2px solid #45a929;
  color: #fff !important;
  box-shadow: 0 0 0;
  position: relative;
  display: inline-block;
  height: 4rem;
  width: 4rem;
}

.jobs-nav .jp-first,
.jobs-nav a,
.jobs-nav .jp-last,
.jobs-nav .jp-next,
.jobs-nav .jp-previous {
  cursor: pointer !important;
  font-size: 28px;
  box-shadow: 0 0 0;
  color: #0069bf !important;
  position: relative;
  display: inline-block;
  height: 4rem;
  width: 4rem;
  border: 2px solid #45a929;
}

.filter-h4 {
  margin-bottom: 20px;
}

#hs_content .wget-filter-checkbox {
  margin-bottom: 16px;
}

#hs_content .wget-filter-checkbox .box-filter {
  height: 2.68rem;
  overflow: hidden;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-header {
  background-color: #35404f;
  color: #50b4e4;
  padding: 0.75rem;
  position: relative;
  cursor: pointer;
  font-size: 16px;
  margin-bottom: 0;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-header:after {
  content: "+";
  position: absolute;
  right: 1rem;
  bottom: 0.9rem;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-content {
  padding: 10px 0 0 10px;
  background-color: #e9ecef;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-content .checkbox-ui {
  border: 1px solid #aaa;
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  cursor: pointer;
  position: relative;
}

#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"] {
  display: none;
}

#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"]:checked
  + .checkbox-ui {
  background-color: #35404f;
}

#hs_content
  .wget-filter-checkbox
  .box-filter
  .box-filter-content
  input[type="checkbox"]:checked
  + .checkbox-ui::after {
  content: "X";
  color: #fff;
  position: absolute;
  left: 5px;
  top: -5px;
  font-size: 21px;
}

#hs_content .wget-filter-checkbox .box-filter .box-filter-content span {
  font-weight: 700;
}

#hs_content .wget-filter-checkbox .box-filter.is_open {
  height: 100%;
}

#hs_content .wget-filter-checkbox .box-filter.is_open .box-filter-header:after {
  content: "-";
}

.displayModes .displayModesList {
  display: inline-block;
  padding: 0;
  list-style: none;
  cursor: pointer;
  margin-bottom: 7px;
}

.displayModes .displayModesList li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
}

.displayModes .displayModesList li.gridDisplay a {
  position: absolute;
  top: 0;
}

.displayModes .displayModesList li.gridDisplay a::before {
  content: " ";
  background-image: url(/incl/images/customer/sprite.svg);
  height: 18px;
  width: 18px;
  position: absolute;
  top: -15px;
}

.displayModes .displayModesList li.listDisplay {
  margin-left: 2em;
}

.displayModes .displayModesList li.listDisplay a {
  position: absolute;
  top: 0;
}

.displayModes .displayModesList li.listDisplay a::before {
  content: " ";
  background-image: url(/incl/images/customer/sprite.svg);
  height: 18px;
  width: 18px;
  position: absolute;
  background-position-x: 18px;
  top: -15px;
}

.displayModes .displayModesList li.active a::after {
  background-color: #151235 !important;
  width: 13px;
  height: 3px;
  content: " ";
  position: absolute;
  top: 5px;
  left: 3px;
}

.displayModes .displayModesList li a:hover::after {
  background-color: #504d68;
  width: 13px;
  height: 3px;
  content: " ";
  position: absolute;
  top: 5px;
  left: 3px;
}

.displayModes .displayModesList li a:active,
.displayModes .displayModesList li a:focus {
  outline: 0 !important;
}

@media screen and (max-width: 1023px) {
  .displayModes {
    display: none;
  }
}

.fa,
.fab {
  font-size: 28px;
  color: #50b4e4;
  margin-right: 10px;
  font-family: inherit;
}

.hs_menu {
  background-color: #e9ecef;
  list-style-type: none;
  padding: 20px;
}

.hs_menu li:not(:last-child) {
  padding-bottom: 10px;
}

.hs_menu li a {
  color: #35404f;
}

.hs_menu li a:hover {
  color: orange;
}

.param_p_search {
  margin-bottom: 20px;
}

.param_p_search .label #p_searchErrorMessage {
  display: none;
}

.param_p_search .detail input {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e9ecef;
  padding: 5px;
}

.param_p_search .detail input:focus {
  border: 1px solid #35404f;
}

#search_links {
  display: none !important;
}

/* footer {
    background-color: #35404f;
    padding: 20px;
    margin-top: 20px
}

footer h2 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px
}

footer .links-footer a {
    color: #50b4e4
}

footer .links-footer a:hover {
    color: orange
}

footer .links-footer a:not(:last-child) {
    border-right: 1px solid #fff;
    padding-right: 10px;
    margin-right: 10px
} */

.dropdown-item:hover {
  background-color: #0069bf;
  color: #ffffff !important;
}

.dropdown-item:active {
  background-color: #45a929 !important;
  color: #fff !important;
}

.dropdown-item {
  color: #0069bf !important;
}

.dropdown-menu {
  border-radius: 0;
  background-color: #ffffff;
  color: #0069bf;
}

@media (min-width: 1023px) and (max-width: 1200px) {
  ul.nav li {
    padding: 10px 10px !important;
  }

  #accessibility li a {
    font-size: 12px;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .box-filter .box-filter-header {
    font-size: 12px !important;
  }

  .box-filter .box-filter-content {
    font-size: 12px !important;
  }
}

@media (max-width: 767px) {
  .margin-left-right {
    margin: 0 15px;
  }

  /* .links-footer {
        margin-top: 30px
    } */
}

@media (max-width: 601px) {
  .job_summary {
    margin-top: 20px;
  }
}

.map-details {
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 992px) {
  header {
    padding: 12px 0;
  }
}

.list-header {
  background-color: #35404f;
  color: #50b4e4;
  padding: 0.75rem;
  font-size: 18px;
  margin-bottom: 0;
}

.job_classifications {
  padding: 20px 0px 0px;
  margin: 2em 0 0em;
  background-color: #f7f8f5;
}

.job_classifications .classification {
  display: block;
  padding-bottom: 0.8rem;
  margin-bottom: 0.8rem;
  border-bottom: 2px solid #e7e7e7;

  width: 100%;
  max-width: 700px;
}

.job_classifications .classification .class_type {
  font-weight: bolder;
  flex: 0 0 250px;
}

.docs ul {
  list-style: none;
  padding: 0;
}

.docs ul li a {
  display: auto;
  font-weight: 700;
}

.job_description h2 {
  font-size: 36px !important;
  line-height: 4.4rem;
  padding-top: 20px;
  margin-bottom: 1.5rem !important;
  color: #141464;
  font-weight: 800;
}


.job_description h3 {
  font-size: 28px !important;
  line-height: 1.75;
  padding-top: 20px;
  margin-bottom: 1.5rem !important;
  color: #141464;
  font-weight: 800;
}

.job_description h4 {
  font-size: 22px !important;
  line-height: 1.75;
  padding-top: 20px;
  margin-bottom: 1.5rem !important;
  color: #141464;
  font-weight: 800;
}


.ccp_menu h2 {
  font-size: 3.6rem !important;
  line-height: 4.4rem;
  padding-top: 30px;
  color: #141464;
  font-weight: 800;
}

.param .label label strong {
  font-size: 3rem !important;
  line-height: 0rem;
  padding-top: 0px;
  color: #141464;
  font-weight: 600;
}

.label label {
  display: inline-block;
  font-weight: 600;
  margin-bottom: 0.4rem;
}

.job_description h1 {
  display: none;
}

.bottomlinks-sub-container .links.bottomlinks > div {
  display: inline-block;
}

.bottomlinks-sub-container .links.bottomlinks > div.apply_linkedin {
  display: none;
}

.bottomlinks-sub-container .links.bottomlinks > div:not(:first-child) {
  margin-left: 2rem;
}

.bottomlinks-sub-container .links.bottomlinks > div:not(:first-child) > a {
  font-size: 20px !important;
  background-color: transparent !important;
  color: #0069bf !important;
  padding: 6px 12px 9px !important;
  border-radius: 0 !important;
  text-decoration: underline;
}

.bottomlinks-sub-container
  .links.bottomlinks
  > div:not(:first-child)
  > a:hover {
  color: #000 !important;
}

.hs_apply_button,
#jobs_list .jobCard .card-body .job-card-actions .readMore {
  display: inline-flex;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  justify-content: center;
  background-color: #45a929 !important;
  color: #fff !important;
  outline: 0;
  border-radius: 0;
  box-shadow: 0 4px #34801f !important;
  padding: 1.3rem 2rem 1.1rem;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 2rem !important;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

#jobs_list .jobCard .card-body .job-card-actions .readMore {
  margin-top: 15px;
  margin-bottom: 12px;
}

.hs_apply_button:hover,
#jobs_list .jobCard .card-body .job-card-actions .readMore:hover {
  background-color: #34801f !important;
  box-shadow: 0 4px #235715 !important;
}

.hs_apply_button .spinner {
  display: inline-block;
}

#hs_popup {
  font-family: "Nunito Sans", sans-serif !important;
}

#hs_popup .hs_popup_header {
  background-color: #ffffff;
  color: #45a929;
  font-weight: 800;
  font-size: 16px;
}

#hs_popup .hs_popup_header h2 {
  font-weight: 800;
  font-size: 16px !important;
}

#hs_popup .hs_popup_header .close_mobile_btn {
  background: url(/incl/images/icon_close.png) no-repeat center;
  /* background-color: #45A929;*/
  filter: invert(1);
}

#hs_popup.hs_popup {
  color: #000;
}

@media screen and (min-width: 768px) {
  #hs_popup .hs_platform_area .form-group input.checkbox,
  #hs_popup .hs_platform_area .form-group input.radio,
  #hs_popup.hs_popup .form-group input.checkbox,
  #hs_popup.hs_popup .form-group input.radio,
  #hs_popup.hs_popup input.checkbox,
  #hs_popup.hs_popup input.radio {
    margin: 0;
    top: 0px;
    position: relative;
  }
}

#hs_popup label[for="form-4898-49448"] {
  top: 1px !important;
}

#hs_popup.hs_popup .form-group input[type="checkbox"],
#hs_popup.hs_popup input[type="checkbox"],
#hs_popup .hs_platform_area .form-group input[type="checkbox"] {
  height: 2.5rem;
  width: 2.5rem;
}

#hs_popup.hs_popup .comment,
#hs_popup.hs_popup .formhead.section_intro p > span {
  font-size: 1.35rem !important;
  line-height: 2.2rem !important;
  margin-bottom: 25px;
}

#hs_popup.hs_popup .form-group label {
  padding-top: 0;
  font-size: 1.35rem;
  color: #000;
  font-weight: 600;
  line-height: 2.2rem;
  top: -3px;
  padding-right: 40px;
}

.hs_popup .form-group.mandatory label.form-label:after {
  top: 1px !important;
  font-weight: 600;
  line-height: 2.2rem;
  font-size: 1.35rem;
}

#hs_popup .hs_bottom_line {
  border: 0;
}

#hs_popup .hs_bottom_line:after {
  content: "";
  display: block;
  width: 100%;
  height: 1rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #141464;
}

#hs_popup #btnsubmit,
#hs_popup a.btn_cancel,
#hs_popup a.btn_secondary {
  background-color: #45a929;
  color: #ffffff;
  font-size: 16px;
  font-family: "Nunito Sans", sans-serif !important;
  box-shadow: 0 4px #34801f !important;
  width: 100px !important;
  border-radius: 0 !important;
  font-weight: 700;
}

#hs_popup #btnsubmit:hover,
#hs_popup a.btn_cancel:hover,
#hs_popup a.btn_secondary:hover {
  background-color: #34801f;
  box-shadow: 0 4px #235715 !important;
}

#hs_popup #btnsubmit.btn_double {
  margin-left: 190px;
  padding: 7px 0;
}

.links.toplinks {
  margin: 16px auto;
}

.links {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: flex-start;
  align-items: center;
}

.label input[type="checkbox"] {
  margin-left: 1rem;
}

@media screen and (min-width: 640px) {
  .detail input,
  .detail select {
    line-height: 3.2rem;
  }
}

.detail select:focus {
  padding: 0.3rem 0.5rem;
  border: 3px solid #000;
  box-shadow: 0 0 0 3px #c2d600;
}

.detail input,
.detail textarea {
  max-width: 572px;
  font-family: inherit;
  font-size: 100%;
  line-height: 3.2rem;
  margin: 0;
  overflow: visible;
  display: inline-block;
  padding: 0.6rem 0.6rem !important;
  border: 2px solid #141464;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  width: 100%;
}

.detail select {
  max-width: 572px;
  font-family: inherit;
  font-size: 100%;
  line-height: 3.2rem;
  margin: 0;
  overflow: visible;
  display: inline-block;
  padding: 0.6rem 0.6rem !important;
  border: 2px solid #141464;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  width: 50%;
}

@media screen and (min-width: 640px) {
  .detail input,
  .detail select {
    padding: 0.2rem 0.6rem;
  }
}

#inbox,
#overview,
#overview + table {
  display: none;
}

.tbl {
  overflow-x: auto;
  width: 100%;
  display: table;
}

.tbl td,
.tbl th {
  padding: 10px 10px 10px 10px;
  text-align: center;
}

.tbl .uneven {
  background-color: #e9ecef;
}

.button:focus {
  color: #000;
  background-color: #c2d600;
  box-shadow: 0 4px #000;
}

a:focus,
.logged-off-menu-item:focus {
  color: #000 !important;
  text-decoration: none !important;
  background-color: #c2d600;
  box-shadow: 0 4px #000;
}

.logged-off-menu-item:focus > a {
  color: #000 !important;
  text-decoration: none !important;
  background-color: transparent;
  box-shadow: none;
}

.tbl th {
  font-size: 2rem;
  font-weight: 700;
  background-color: #45a929;
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

.tbl td {
  padding: 10px 0;
  font-size: 2rem;
}

td.links {
  margin-top: 0px !important;
}

.tbl tr:nth-child(odd) {
  background-color: #e9ecef;
}

@media screen and (max-width: 768px) {
  .tbl.slots {
    transform: scale(0.55);
    left: -8.7rem;
    top: -6rem;
    position: relative;
    margin-bottom: -10rem;
  }

  .tbl.fab {
    transform: scale(0.8);
    left: -2.6rem;
    position: relative;
  }
}

.ccp_history > .collapsible,
.ccp_menu > .collapsible {
  margin-top: 1rem;
}

.account_deactivate p {
  margin-top: 20px;
}

.button.submit {
  display: inline-flex;
  font-family: "Nunito Sans", sans-serif;
  align-items: center;
  justify-content: center;
  background-color: #45a929 !important;
  color: #fff !important;
  outline: 0;
  border-radius: 0;
  box-shadow: 0 4px #34801f !important;
  padding: 1.3rem 2rem 1.1rem;
  margin-top: 12px;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 20px !important;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
}

.button.submit:hover {
  background-color: #34801f;
  box-shadow: 0 4px #235715;
}

.x-form-date-trigger {
  height: 30px !important;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22svg6%22%20version%3D%221.1%22%20height%3D%2218px%22%20width%3D%2218px%22%20fill%3D%22black%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cmetadata%20id%3D%22metadata12%22%3E%20%3Crdf%3ARDF%3E%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%20%3C%2Fcc%3AWork%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fmetadata%3E%20%3Cdefs%20id%3D%22defs10%22%2F%3E%20%3Cpath%20id%3D%22path2%22%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%2336245c%3Bfill-opacity%3A1%22%20id%3D%22path4%22%20d%3D%22M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V8h14v11zM7%2010h5v5H7z%22%2F%3E%3C%2Fsvg%3E) !important;
  border-bottom: none !important;
  background-position: center !important;
}

.x-form-date-trigger:hover {
  position: inherit !important;
  background-position: center !important;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3Adc%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Felements%2F1.1%2F%22%20xmlns%3Acc%3D%22http%3A%2F%2Fcreativecommons.org%2Fns%23%22%20xmlns%3Ardf%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2F02%2F22-rdf-syntax-ns%23%22%20xmlns%3Asvg%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20id%3D%22svg6%22%20version%3D%221.1%22%20height%3D%2218px%22%20width%3D%2218px%22%20fill%3D%22black%22%20viewBox%3D%220%200%2024%2024%22%3E%20%3Cmetadata%20id%3D%22metadata12%22%3E%20%3Crdf%3ARDF%3E%20%3Ccc%3AWork%20rdf%3Aabout%3D%22%22%3E%20%3Cdc%3Aformat%3Eimage%2Fsvg%2Bxml%3C%2Fdc%3Aformat%3E%20%3Cdc%3Atype%20rdf%3Aresource%3D%22http%3A%2F%2Fpurl.org%2Fdc%2Fdcmitype%2FStillImage%22%2F%3E%20%3Cdc%3Atitle%3E%3C%2Fdc%3Atitle%3E%20%3C%2Fcc%3AWork%3E%20%3C%2Frdf%3ARDF%3E%20%3C%2Fmetadata%3E%20%3Cdefs%20id%3D%22defs10%22%2F%3E%20%3Cpath%20id%3D%22path2%22%20fill%3D%22none%22%20d%3D%22M0%200h24v24H0z%22%2F%3E%20%3Cpath%20style%3D%22fill%3A%23865be7%3Bfill-opacity%3A1%22%20id%3D%22path4%22%20d%3D%22M19%203h-1V1h-2v2H8V1H6v2H5c-1.11%200-1.99.9-1.99%202L3%2019c0%201.1.89%202%202%202h14c1.1%200%202-.9%202-2V5c0-1.1-.9-2-2-2zm0%2016H5V8h14v11zM7%2010h5v5H7z%22%2F%3E%3C%2Fsvg%3E) !important;
}

form .fileinputs {
  text-align: left;
}

form .fileinputs input[type="file"] {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

form .fileinputs .fileButton {
  transition: 0.25s;
  color: #35404f;
  border: 2px solid currentColor;
  font-size: 1rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem;
  vertical-align: middle;
}

form .fileinputs .fileButton span {
  margin-left: 1rem;
}

form .fileinputs .fileButton:hover {
  color: #fff;
  background-color: orange;
  border: 2px solid orange;
  transition: 0.25s;
}

form .fileinputs .fileButton:active {
  background-color: orange;
  border: 2px solid orange;
  transition: 0.25s;
}

#main-content h1,
#main-content h2,
#main-content h3,
#main-content h4,
#main-content h5,
#main-content h6 {
  margin-bottom: 0.5rem;
}

#main-content h1 {
  font-size: 2.5rem;
}

#main-content h2 {
  font-size: 2rem;
}

#main-content h3, .job_detail h3 {
  font-size: 24px !important;
font-weight: 600 !important;
}

#main-content h4, , .job_detail h4 {
  font-size: 20px !important;
font-weight: 600 !important;
}

#main-content h5 {
  font-size: 16px !important;
}

#main-content h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1.25rem !important;
}

/* Vacancies page starts */

.displayModes {
  display: none;
}

#jobs_list .jobCard .card-body .job-summ-div {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
}

#jobs_list .jobCard .card-body .job-card-actions {
  display: flex;
  justify-content: space-between;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  /* align-items: center;*/
  align-items: flex-end;
  flex-grow: 1;
}

#jobs_list .jobCard .card-body .job-card-actions .send-to-friend-btn {
  font-family: "Nunito Sans", sans-serif;
  font-size: 16px;
  text-decoration: none;
}

#jobs_list .jobCard .card-body .job-card-actions .send-to-friend-btn:hover {
  text-decoration: underline;
}

#jobs_list
  .jobCard
  .card-body
  .job-card-actions
  .send-to-friend-btn
  .fas.icon-envolope.fa-envelope {
  padding-right: 5px;
}

#jobs_list .jobCard .card-body .classifications {
  padding-left: 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  font-size: 18px;
  padding-top: 0.5em;
  padding-bottom: 0em;
  margin-bottom: 0.5rem;
}

#jobs_list .jobCard .card-body .classifications .jobclass {
  display: inline-block;
  width: 90%;
  vertical-align: top;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  padding: 5px 0;
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
}

/* Vacancies page ends */

/* Job details share links */

.site-hero__spacer {
  background-color: #f7f8f5;
}

.container-inner {
  width: 100%;
  max-width: 750px;
}

@media screen and (min-width: 1024px) {
  .container-inner--lg {
    max-width: 750px;
    width: 100%;
  }
}

.container-inner {
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .container-inner--lg {
    max-width: 750px;
    width: 100%;
  }
}

.hero-spacer {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
}

@media screen and (min-width: 640px) {
  .hero-spacer {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.hero-spacer--no-padding {
  padding: 0;
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  .social-media-links .social-share {
    padding-top: 1rem;
    padding-bottom: 0.6rem;
    border-bottom: 2px solid #e7e7e7;
  }
}

@media screen and (min-width: 992px) {
  .social-media-links .hero-spacer > .social-share {
    margin-left: 48px;
    margin-right: 48px;
  }
}

@media screen and (min-width: 640px) and (max-width: 991px) {
  .social-media-links .hero-spacer > .social-share {
    margin-left: 32px;
    margin-right: 12px;
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 480px) and (max-width: 639px) {
  .hero-spacer > .social-share {
    margin-left: 24px;
    margin-right: 24px;
  }
}

@media screen and (max-width: 479px) {
  .hero-spacer > .social-share {
    margin-left: 16px;
    margin-right: 16px;
  }
}

.hero-spacer > .social-share {
  margin-bottom: 0px;
  /* margin-bottom: 32px; */
}

@media screen and (min-width: 640px) {
  .social-share {
    display: flex;
    align-items: center;
  }
}

.social-share {
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  border-bottom: 2px solid #e7e7e7;
}

.social-share-links .social-share h3 {
  margin-top: 0;
  margin-bottom: 0px !important;
}

@media screen and (min-width: 640px) {
  .social-share-links .social-share h3 {
    margin-bottom: 24px;
  }
}

.social-share-links .social-share h3 {
  color: #141464;
  font-weight: 700;
  font-size: 1.8rem !important;
  line-height: 2.4rem !important;
}

@media screen and (min-width: 640px) {
  .social-share-links .social-share h3 {
    font-size: 1.8rem !important;
    line-height: 2.4rem !important;
  }
}

.docs ul li br {
  display: none;
}

.heading-xs {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 640px) {
  .heading-xs {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.social-share__heading {
  margin-bottom: 1.2rem;
  color: #4c6172;
}

@media screen and (min-width: 640px) {
  .social-share__heading {
    margin-right: 2rem;
    margin-bottom: 0;
    color: #4c6172;
  }
}

.social-share__links {
  display: flex;
  flex-wrap: wrap;
}

.social-share__btn {
  display: flex;
  align-items: center;
  margin-right: 2rem;
}

.body-xs {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

.inline-link {
  color: #0069bf;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  .body-xs {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.inline-link:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.social-share__btn svg {
  display: inline-block;
}

.social-share__btn__copy-link svg {
  margin-right: 0.8rem;
}

/* Job details share links */

/* Footer css */

.site-footer {
  color: #fff;
  background-color: #141464;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  bottom: 0;
  width: 100%;
}

@media screen and (min-width: 640px) {
  .site-footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.footer-nav {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-size: 1.8rem;
  line-height: 2rem;
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}

@media screen and (min-width: 640px) {
  .footer-nav {
    padding-top: 32px;
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
}

.footer-legal {
  font-size: 1.6rem;
  line-height: 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 992px) {
  .footer-legal {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.contact-and-language {
  margin-bottom: 24px;
}

@media screen and (min-width: 640px) {
  .contact-and-language {
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 480px) {
  .contact-and-language {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (min-width: 992px) {
  .contact-and-language {
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
  }
}

.custom-select {
  height: 36px;
}

.contact-and-language .custom-select {
  width: 100%;
  position: relative;
  max-width: 252px;
  margin-bottom: 0;
  margin-top: 16px;
}

@media screen and (min-width: 640px) {
  .contact-and-language .custom-select {
    margin-top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .contact-and-language .custom-select {
    margin-top: 0;
  }
}

.contact-and-language .custom-select:before {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://capuk.org/dist/images/icons/google-translate.svg");
  pointer-events: none;
}

.contact-and-language .custom-select:after {
  /* content: ""; */
  width: 40px;
  height: 24px;
  border-left: 1px solid #b3a7a1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("https://capuk.org/dist/images/icons/dropdown.svg");
  pointer-events: none;
}

.footer-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media screen and (min-width: 640px) {
  .footer-nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: -0.8rem;
    max-width: 784px;
  }
}

.footer-legal__content {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}

@media screen and (min-width: 640px) {
  .footer-legal__content {
    max-width: 784px;
  }
}

@media screen and (min-width: 992px) {
  .footer-legal__content {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 480px) {
  .footer-legal__col {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .footer-legal__col {
    display: block;
    min-width: 200px;
    text-align: right;
  }
}

@media screen and (min-width: 480px) {
  .footer-contact-details {
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    line-height: 1;
    align-items: center;
  }
}

@media screen and (min-width: 640px) {
  .footer-contact-details {
    height: 36px;
  }
}

a {
  background-color: rgba(0, 0, 0, 0);
  color: #0069bf;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-contactlink {
  margin-right: 24px;
  margin-bottom: 16px;
}

@media screen and (min-width: 640px) {
  .footer-contactlink {
    margin-right: 32px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 480px) {
  .footer-contactlink {
    margin-bottom: 0;
  }
}

.site-footer a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

a:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-nav li {
  margin-bottom: 2rem;
}

@media screen and (min-width: 640px) {
  .footer-nav ul li {
    margin-right: 1.2rem;
    padding-right: 1.2rem;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 0.8rem;
  }
}

.footer-nav li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 640px) {
  .footer-nav ul li:last-child {
    padding-right: 0;
    border-right: none;
    margin-bottom: 0.8rem;
  }
}

p {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  p {
    margin-bottom: 24px;
  }
}

.lc--nbm > :last-child {
  margin-bottom: 0;
}

.footer-logos {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

@media screen and (min-width: 640px) {
  .footer-logos {
    margin-top: 12px;
    justify-content: flex-end;
  }
}

@media screen and (min-width: 992px) {
  .footer-logos {
    margin-top: 0;
  }
}

.footer-legal__wj {
  margin-top: 8px;
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .footer-legal__wj {
    margin-top: 12px;
    text-align: right;
  }
}

.footer-social li {
  display: inline-flex;
  padding: 0 1.2rem;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-social li:first-child {
  padding-left: 0;
  border-left: none;
}

.goog-te-gadget {
  font-size: 11px;
  font-family: arial;
  color: #666;
  white-space: nowrap;
}

img {
  border-style: none;
  max-width: 100%;
}

.footer-logos img {
  display: block;
  max-height: 48px;
  max-width: 130px;
  margin-right: 24px;
}

@media screen and (min-width: 640px) {
  .footer-logos img {
    margin-right: 32px;
  }
}

.footer-logos img:last-child {
  margin-right: 0;
}

.footer-social a {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.goog-te-gadget span {
  display: none;
}

.footer-social svg {
  display: block;
  width: 100%;
  height: auto;
}

.visually-hidden {
  position: absolute;
  left: -9999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

select {
  display: inline-block;
  font-family: inherit;
  font-size: 100%;
  line-height: 2.8rem;
  margin: 0;
  text-transform: none;
  padding: 0.4rem 0.6rem;
  border: 2px solid #141464;
  border-radius: 0;
  background-color: #fff;
  outline: none;
  width: 100%;
}

@media screen and (min-width: 640px) {
  select {
    line-height: 3.2rem;
    padding: 0.2rem 0.6rem;
  }
}

.goog-te-combo {
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: baseline;
  font-family: arial;
  font-size: 10pt;
}

select:not([multiple]) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 50px;
  background-image: url("/incl/images/custom-dropdown-arrow.svg");
  background-repeat: no-repeat;
  background-position: center right 0.8rem;
}

.goog-te-gadget .goog-te-combo {
  margin: 4px 0;
  font-family: "Nunito Sans", sans-serif !important;
  font-size: 2rem !important;
  line-height: 2.4rem !important;
}

.contact-and-language .custom-select select {
  padding: 2px 32px;
  width: 108%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  border: none;
}

.goog-logo-link,
.goog-logo-link:link {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
}

.goog-logo-link,
.goog-logo-link:link,
.goog-logo-link:hover,
.goog-logo-link:active {
  font-size: 12px;
  font-weight: bold;
  color: #444;
  text-decoration: none;
}

.goog-te-gadget img {
  vertical-align: middle;
  border: none;
}

/* Footer ends */

/* Header image*/

a.no-hover:hover {
  color: inherit;
  text-decoration: none;
}

svg {
  max-width: 100%;
}

.site-logo {
  display: block;
}

@media screen and (min-width: 380px) {
  .site-logo--xs {
    display: none;
  }
}

.site-logo--mobile {
  display: none;
}

@media screen and (min-width: 380px) {
  .site-logo--mobile {
    display: block;
  }
}

@media screen and (min-width: 640px) {
  .site-logo--mobile {
    display: none;
  }
}

.site-logo--desktop {
  display: none;
}

@media screen and (min-width: 640px) {
  .site-logo--desktop {
    display: block;
    width: 80px;
    height: auto;
  }
}

@media screen and (min-width: 992px) {
  .site-logo--desktop {
    width: 100px;
  }
}

.body-xs {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 640px) {
  .body-xs {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.top-head-nav .row {
  flex-wrap: nowrap;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 992px) {
  .site-header-logo {
    width: 100%;
  }
}

/* Header image ends */

/* Dropdown Job details */

.container-inner {
  width: 100%;
  max-width: 784px;
}

.accordion {
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
}

@media screen and (min-width: 640px) {
  .accordion {
    margin-top: 48px;
    margin-bottom: 48px;
  }
}

.accordion__body {
  display: none;
  padding-top: 4px;
  padding-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .accordion__body {
    padding-top: 8px;
    padding-bottom: 24px;
  }
}

.accordion__trigger {
  position: relative;
  margin: 0;
  padding: 2rem 0 2rem 2.8rem;
  border: none;
  display: block;
  width: 100%;
  text-align: inherit;
  line-height: normal;
  font-weight: inherit;
  background-color: rgba(0, 0, 0, 0);
  transition: none;
  color: #0069bf;
  cursor: pointer;
}

@media screen and (min-width: 640px) {
  .accordion__trigger {
    padding: 2.4rem 0 2.4rem 2.8rem;
  }
}

.accordion__trigger:hover {
  background-color: rgba(0, 0, 0, 0);
}

.accordion__trigger:focus-visible {
  background-color: transparent !important;
  box-shadow: none !important;
}

.accordion .accordion__arrow {
  position: absolute;
  left: 0;
  top: 2.9rem;
}

@media screen and (min-width: 640px) {
  .accordion .accordion__arrow {
    top: 3.5rem;
  }
}

.heading-md {
  font-size: 2.2rem;
  line-height: 2.8rem;
}

@media screen and (min-width: 640px) {
  .heading-md {
    font-size: 2.4rem;
    line-height: 3.2rem;
  }
}

.accordion__title {
  margin-bottom: 0;
}

.accordion__body .container,
.accordion__body .container-inner {
  padding: 0;
  margin: 0;
  max-width: none;
}

.inline-link {
  color: #0069bf;
  text-decoration: none;
  transition: color 0.2s ease;
  cursor: pointer;
}

.accordion__trigger .inline-link {
  display: block;
  width: fit-content;
}

.inline-link:hover {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.accordion__trigger:hover .inline-link {
  color: #000;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1px;
}

.matrix:first-child > .container > .container-inner > * {
  margin-top: 0;
}

.matrix:last-child > .container > .container-inner > * {
  margin-bottom: 0;
}

.matrix--text:last-child .rich-text p:last-child {
  margin-bottom: 0;
}

.accordion__body .matrix--text:last-child p:last-child {
  margin-bottom: 0px;
}

@media screen and (min-width: 640px) {
  .accordion__body .matrix--text:last-child p:last-child {
    margin-bottom: 4px;
  }
}

.accordion__trigger:active,
.accordion__trigger:focus {
  outline: none;
}

.rich-text p {
  margin-top: 0;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .rich-text p {
    margin-bottom: 24px;
  }
}

#accordionTrigger1 h3,
#accordionTrigger2 h3,
#accordionTrigger3 h3,
#accordionTrigger4 h3 {
  color: #141464;
  font-weight: 800;
  font-size: 2.4rem !important;
  line-height: 3.2rem !important;
}

@media screen and (min-width: 640px) {
  #accordionTrigger1 h3,
  #accordionTrigger2 h3,
  #accordionTrigger3 h3,
  #accordionTrigger4 h3 {
    font-size: 3rem;
    line-height: 4rem;
  }
}

@media screen and (min-width: 640px) {
  .matrix--accordion + .matrix--accordion .accordion {
    margin-top: -48px;
  }
}

.matrix--accordion + .matrix--accordion .accordion {
  margin-top: -40px;
  border-top: none;
}

.content-job-details {
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .site-hero__spacer .container-inner--lg {
    max-width: 880px;
  }
}

.site-hero__spacer .container-inner {
  max-width: none;
}

@media screen and (min-width: 1024px) {
  .container-inner--lg {
    max-width: 880px;
  }
}

@media screen and (min-width: 1024px) {
  .social-share-links .container-inner--lg {
    /* max-width: 880px; */
    max-width: 800px;
  }
}

.hero-spacer--no-padding {
  /* padding: 0;
  padding-left: 60px; */
  padding: 0;
}

.accordion__trigger:active .inline-link,
.accordion__trigger:focus .inline-link {
  color: #000;
  text-decoration: none;
  background-color: #c2d600;
  box-shadow: 0 4px #000;
}

.password_reminder a:focus-visible {
  border-bottom-color: transparent;
}

body #hs_popup a.btn_secondary {
  width: 180px !important;
  padding: 5px 0;
  line-height: 1.5;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  #hs_popup .hs_multirecord_table {
    padding-top: 2%;
  }

  #hs_popup h1,
  #hs_popup h2,
  #hs_popup h3,
  #hs_popup h4,
  #hs_popup p,
  #hs_popup ul {
    padding-left: 2%;
    padding-right: 2%;
  }
}

#hs_popup .hs_multirecord_table table tr td,
#hs_popup table.docs_table tr td,
#hs_popup .hs_multirecord_table table tr th,
#hs_popup table.docs_table tr th {
  border-bottom: 1px solid #e7e7e7;
  padding: 8px;
  font-size: 14px;
}

#hs_popup a.btn_secondary.btn_double {
  margin-left: 0;
  margin-right: 20px;
}

:focus-visible,
#hs_popup #btnsubmit:focus-visible,
#hs_popup #btnsubmit:focus,
#hs_popup a.btn_cancel:focus,
#hs_popup a.btn_cancel:focus-visible,
#hs_popup a.btn_secondary:focus,
#hs_popup a.btn_secondary:focus-visible,
.login-register-fluid .links input.button:focus-visible {
  outline: none !important;
  color: #000 !important;
  text-decoration: none !important;
  background-color: #c2d600 !important;
  box-shadow: 0 4px #000 !important;
}

.password_reminder a:active,
.password_reminder a:focus,
.docs ul li a:active,
.docs ul li a:focus,
.social-share__btn svg:active,
.social-share__btn svg:focus,
.header-bread .breadcrumb .breadcrumb-item a:active,
.header-bread .breadcrumb .breadcrumb-item a:focus,
.site-footer a:active,
.site-footer a:focus {
  color: #000;
  text-decoration: none;
  background-color: #c2d600;
  box-shadow: 0 4px #000;
}

#hs_popup .form.applyform .form_details.mandatory input.textfield,
#hs_popup .form.applyform .form_details.mandatory input.customfile-filename,
#hs_popup .form.applyform .form_details.mandatory select,
#hs_popup .form.applyform .form_details.mandatory textarea,
#hs_popup .form.applyform .form_details.mandatory button.ui-multiselect,
#hs_popup .hs_platform_form .form-group.mandatory input.textfield,
#hs_popup .hs_platform_form .form-group.mandatory input.customfile-filename,
#hs_popup .hs_platform_form .form-group.mandatory select,
#hs_popup .hs_platform_form .form-group.mandatory textarea,
#hs_popup .hs_platform_area .form-group.mandatory input.textfield,
#hs_popup .hs_platform_area .form-group.mandatory input.customfile-filename,
#hs_popup .hs_platform_area .form-group.mandatory select,
#hs_popup .hs_platform_area .form-group.mandatory textarea,
#hs_popup .form-group.mandatory input.textfield,
#hs_popup .form-group.mandatory input.customfile-filename,
#hs_popup .form-group.mandatory select,
#hs_popup .form-group.mandatory textarea,
#hs_popup .form-group.mandatory button.ui-multiselect,
#hs_popup .form_details.mandatory input.textfield,
#hs_popup .form_details.mandatory input.customfile-filename,
#hs_popup .form_details.mandatory select,
#hs_popup .form_details.mandatory textarea,
#hs_popup .form_details.mandatory button.ui-multiselect {
  /* border-left: 2px solid red !important; */
  border-left: 2px solid #141464 !important;
}

@media screen and (min-width: 640px) {
  select:focus {
    padding: 0.1rem 0.5rem;
  }

  .job_classifications .classification {
    display: flex;
  }
}

main select:focus,
main select:focus-visible,
.detail input:focus,
.detail input:focus-visible,
.custom-select:focus-visible {
  padding: 0.3rem 0.5rem;
  border: 3px solid #000 !important;
  box-shadow: 0 0 0 3px #c2d600 !important;
  background-color: transparent !important;
}

#hs_popup input[type="text"]:focus,
#hs_popup input[type="text"]:focus-visible,
#hs_popup textarea:focus,
#hs_popup textarea:focus-visible,
.withdrawdetails textarea:focus,
.withdrawdetails textarea:focus-visible,
#hs_popup textarea:focus-visible {
  border: 3px solid #000 !important;
  box-shadow: 0 0 0 3px #c2d600 !important;
  background-color: transparent !important;
}

.custom-select select:focus-visible {
  box-shadow: 0 0 0 3px #c2d600 !important;
  border: none !important;
  background-color: transparent !important;
}

#hs_popup select:focus-visible {
  background-color: transparent !important;
  box-shadow: 0 0 0 3px #c2d600 !important;
}

#hs_popup .hs_platform_form .form-group select,
#hs_popup .form.applyform .form-group select,
#hs_popup .hs_platform_area .form-group select,
#hs_popup .form-group select,
#hs_popup .form_details select,
#hs_popup .hs_platform_form .form-group select,
#hs_popup .form.applyform .form-group select,
#hs_popup .hs_platform_area .form-group select,
#hs_popup .form-group select,
#hs_popup .form_details select {
  background: url("/incl/images/custom-dropdown-arrow.svg") no-repeat right
    center #fff;
  background-position: 98% 50%;
  padding: 5px;
}

@media screen and (min-width: 768px) {
  #hs_popup.hs_popup > form .formbuttons,
  #hs_popup.hs_popup .hs_platform_area .formbuttons {
    padding-left: 0px;
    padding-right: 0px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
  }

  #hs_popup .hs_platform_form .form-group input.textfield,
  #hs_popup .hs_platform_form .form-group select,
  #hs_popup .hs_platform_form .form-group textarea,
  #hs_popup .form.applyform .form_details input.textfield,
  #hs_popup .form.applyform .form_details select,
  #hs_popup .form.applyform .form_details textarea,
  #hs_popup .hs_platform_area .form-group input.textfield,
  #hs_popup .hs_platform_area .form-group select,
  #hs_popup .hs_platform_area .form-group textarea,
  #hs_popup.hs_popup .form-group input.textfield,
  #hs_popup.hs_popup .form-group select,
  #hs_popup.hs_popup .form-group textarea,
  #hs_popup.hs_popup .form_details input.textfield,
  #hs_popup.hs_popup .form_details select,
  #hs_popup.hs_popup .form_details textarea {
    font-size: 1.35rem;
    color: #000;
    font-weight: 500;
    line-height: 2.2rem;
  }

  #hs_popup.hs_popup .hs_platform_form input.btn.submit,
  #hs_popup.hs_popup .form.applyform input.btn.submit,
  #hs_popup.hs_popup .hs_platform_area #btnsubmit,
  #hs_popup.hs_popup .hs_popup input.btn.submit,
  #hs_popup.hs_popup .hs_popup div.formbuttons input.submit {
    margin-left: 0;
  }
}

#hs_popup.hs_popup .hs_platform_form select,
#hs_popup .hs_platform_form input.textfield,
#hs_popup .hs_platform_form .customfile-filename,
#hs_popup .form.applyform input.textfield,
#hs_popup .form.applyform .customfile-filename,
#hs_popup .hs_platform_area .form-group input.textfield,
#hs_platform_area .form-group .customfile-filename,
#hs_popup .form-group input.textfield,
#hs_popup .form-group .customfile-filename,
#hs_popup .form_details input.textfield,
#hs_popup .form_details .customfile-filename,
#hs_popup.hs_popup .form.applyform select,
#hs_popup.hs_popup .hs_platform_area .form-group select,
#hs_popup.hs_popup .hs_popup .form-group select,
#hs_popup.hs_popup .hs_popup .form_details select,
#hs_popup textarea {
  border: 2px solid #141464;
}

#hs_popup .hs_multirecord_table table tr th,
#hs_popup table.docs_table tr th {
  background: #141464;
  border-color: #141464;
  box-shadow: 2px 0px 1px #141464 inset;
}

.hs_platform_form input.btn.submit,
.form.applyform input.btn.submit,
.hs_platform_area #btnsubmit,
.hs_popup input.btn.submit,
.hs_popup div.formbuttons input.submit {
  margin-left: 0 !important;
}

#hs_popup h1,
#hs_popup h1 > span {
  font-weight: 700;
  color: #141464 !important;
  font-size: 14px !important;
  line-height: 26px;
  margin-top: 0px;
}

#hs_popup h1:focus,
#hs_popup h1:focus-visible {
  box-shadow: none !important;
  background-color: transparent !important;
}

.login-text h1 {
  display: none;
}

.bottomlinks-sub-container .links.bottomlinks > div:not(:first-child) > a:focus,
.bottomlinks-sub-container
  .links.bottomlinks
  > div:not(:first-child)
  > a:active,
.button.cancel:active,
.button.new:active,
.button.cancel:focus,
.button.new:focus {
  color: #000 !important;
  text-decoration: none;
  background-color: #c2d600 !important;
  box-shadow: 0 4px #000;
}

#hs_popup .hs_platform_form .customfile-upload:focus,
#hs_popup .hs_platform_form .customfile-upload:focus-visible,
#hs_popup .hs_platform_form .customfile-upload:active,
#hs_popup .form.applyform .customfile-upload:focus,
#hs_popup .form.applyform .customfile-upload:focus-visible,
#hs_popup .form.applyform .customfile-upload:active,
#hs_popup .hs_platform_area .form-group .customfile-upload:focus,
#hs_popup .hs_platform_area .form-group .customfile-upload:focus-visible,
#hs_popup .hs_platform_area .form-group .customfile-upload:active,
#hs_popup .form-group .customfile-upload:focus,
#hs_popup .form-group .customfile-upload:focus-visible,
#hs_popup .form-group .customfile-upload:active,
#hs_popup .form_details .customfile-upload:focus,
#hs_popup .form_details .customfile-upload:focus-visible,
#hs_popup .form_details .customfile-upload:active,
.inline-link:active,
.inline-link:focus,
.login-text p a:focus,
.login-text p a:active,
#jobs_list .jobCard .card-body .card-title a:focus,
#jobs_list .jobCard .card-body .job-card-actions .readMore:focus,
#jobs_list .jobCard .card-body .job-card-actions .send-to-friend-btn:focus,
.jobs-nav .jp-first:focus,
.jobs-nav .jp-last:focus,
.jobs-nav .jp-next:focus,
.jobs-nav .jp-previous:focus,
#jobs_list .jobCard .card-body .card-title a:active,
#jobs_list .jobCard .card-body .card-title a:active,
#jobs_list .jobCard .card-body .job-card-actions .send-to-friend-btn:active,
.jobs-nav .jp-first:active,
.jobs-nav .jp-last:active,
.jobs-nav .jp-next:active,
.jobs-nav .jp-previous:active {
  color: #000 !important;
  text-decoration: none;
  background-color: #c2d600 !important;
  box-shadow: 0 4px #000 !important;
}

#mobile-menu .main-nav-list li {
  width: 100%;
}

#mobile-menu {
  padding-inline-start: 0;
}

.menu-background-mobile {
  /* background-color: #f7f8f5; */
  /* height: 34vh; */
  padding-right: 32px;
  padding-left: 0px;
  padding-top: 30px;
}

/* @media (min-width:581px){
  .menu-background-mobile { 
    min-height: 34vh; 
  }
} */

@media (max-width: 580px) {
  /* .menu-background-mobile { 
    /* min-height: 49vh;  
    min-height: 68vh;
  } */

  .navbar-mobile.active li {
    width: 100%;
  }

  .menu-background-mobile .logged-off-menu-item {
    margin-right: 0 !important;
  }
}

.menu-background-mobile .logged-off-menu-item {
  margin-top: 10px;
  margin-right: 10px;
}

.icon-close-div {
  background-color: #f7f8f5;
  width: 100%;
}

/*  */

.menu-icon {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  color: #0069bf;
}

@media screen and (min-width: 992px) {
  .menu-icon {
    display: none;
  }
}

.body-xs {
  font-size: 1.8rem;
  line-height: 2.4rem;
}

@media screen and (min-width: 640px) {
  .body-xs {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}

.navicon.close {
  background: transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #0069bf;
}

.navicon.close::before {
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  color: #0069bf;
}

.navicon.close::after {
  -webkit-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
  color: #0069bf;
}

@media (min-width: 640px) {
  .navbar-mobile.active,
  .overlay-mobile {
    top: 100px;
  }
}

@media (min-width: 960px) {
  .navbar-mobile.active,
  .overlay-mobile {
    top: 106px;
  }
}

@media screen and (min-width: 990px) and (max-width: 993px) {
  /* .site-header-logo {
    width: 13%;
} */

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
  }

  .navbar {
    display: none !important;
  }
}

.hs_applybutton a {
  font-family: "Nunito Sans" !important;
}

@media (min-width: 480px) {
  .hs_applybutton a {
    padding: 9px 30px !important;
  }

  .bottomlinks-sub-container .links {
    margin-bottom: 20px;
  }

  .dropdown-menu.show {
    transform: translate3d(0px, 0px, 0px);
  }
}

@media (max-width: 480px) {
  .hs_applybutton a {
    padding: 9px 20vw !important;
  }

  .bottomlinks-sub-container .links {
    margin-bottom: 50px;
    flex-direction: column;
  }

  .dropdown-menu.show {
    transform: translate3d(0px, 48px, 0px);
  }
}

@media (max-width: 375px) {
  .hs_applybutton a {
    padding: 9px 14vw !important;
  }

  .social-share__btn {
    margin-right: 1.25rem;
  }
}

@media screen and (min-width: 960px) {
  .main-nav-list__level-0 .menu-tab--active {
    box-shadow: inset 0 -0.6rem 0 #e7e7e7;
  }

  #mobile-menu .main-nav-list__level-0 .menu-tab--active {
    box-shadow: none;
  }
}

@media (max-width: 576px) {
  .hero-spacer--no-padding {
    padding: 0;
    padding-left: 0;
  }

  .social-share-links .social-share h3 {
    margin-bottom: 6px !important;
  }

  .header-bread {
    padding: 5px 0px 1px;
  }
}

@media (min-width: 576px) and (max-width: 640px) {
  .hero-spacer--no-padding {
    padding-left: 0;
    margin-left: auto;
  }

  .social-share-links .social-share h3 {
    margin-bottom: 6px !important;
  }
}

.body-overflow-hidden {
  overflow: hidden;
  position: unset !important;
}

.close {
  opacity: 1 !important;
}

.main-nav-list .menu-tab.active .menu-tab__icon {
  transform: rotate(180deg);
}

.accordion.expanded .accordion__heading .accordion__trigger .accordion__arrow {
  transform: rotate(180deg);
}

.hs_popup ul.sections li a,
.hs_popup ul.sections li span {
  background: #fff;
  border: 2px solid #808080;
  color: #808080;
  display: inline-block;
  width: 28px;
  height: 21px;
  padding: 0px 0px 0px 0px;
  padding-top: 7px;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  line-height: 14px;
  font-weight: 700;
}

#hs_popup ul.sections li a:focus,
#hs_popup ul.sections li a:focus-visible {
  box-shadow: none;
}

.hs_popup ul.sections li.section_active a,
.hs_popup ul.sections li.section_active span {
  border: 2px solid #45a929 !important;
  color: #45a929 !important;
}

.hs_popup ul.sections li.section_completed a,
.hs_popup ul.sections li.section_completed span {
  background: #45a929 !important;
  border: 2px solid #45a929 !important;
  color: #fff !important;
}

@media (max-width: 768px) {
  #hs_popup #btnsubmit,
  body #hs_popup a.btn_secondary,
  .btn:not(:disabled):not(.disabled) {
    background-color: #45a929;
    color: #ffffff;
    font-size: 14px;
    padding: 5px !important;
    width: 50% !important;
    float: left;
    height: 25px;
  }

  #hs_popup a.btn_secondary.btn_double {
    margin-bottom: 10px;
    padding: 7px 5px !important;
  }

  #hs_popup > form .formbuttons {
    margin-left: 18%;
  }

  #hs_popup .hs_multirecord_table {
    width: 100%;
  }

  #hs_popup h1,
  #hs_popup h2,
  #hs_popup h3,
  #hs_popup h4,
  #hs_popup p,
  #hs_popup ul,
  #hs_popup .hs_multirecord_table {
    padding-left: 0%;
    padding-right: 0%;
  }

  #hs_popup {
    position: absolute;
    top: 1994.07px;
    left: 30.833px !important;
  }
}

@media (max-width: 480px) {
  #hs_popup {
    position: absolute;
    top: 2191.73px;
    left: 4.5px !important;
    overflow-x: scroll;
    width: 100%;
  }

  .hs_multirecord_table table tr th,
  table.docs_table tr th {
    width: 60px;
  }
}

#hs_overlay {
  z-index: 1500 !important;
}

@media (max-width: 767px) {
  #jobs_list .jobCard .card-body {
    min-height: auto;
  }

  #jobs_list .jobCard .card-body .job-card-actions .readMore {
    text-align: left;
    width: 100% !important;
    padding: 21px !important;
    font-size: 18px !important;
  }

  #hs_popup #btnsubmit.btn_double {
    margin-left: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #jobs_list .jobCard .card-body {
    min-height: 28em;
  }
}

@media (min-width: 993px) and (max-width: 1024px) {
  #jobs_list .jobCard .card-body {
    min-height: 25em;
  }
}

@media (min-width: 1025px) and (max-width: 1100px) {
  #jobs_list .jobCard .card-body {
    min-height: 31em;
  }
}

@media (min-width: 1025px) and (max-width: 1200px) {
  #jobs_list .jobCard .card-body .job-card-actions .readMore {
    font-size: 18px !important;
    padding: 1.3rem 1.7rem 1.1rem !important;
  }
}

.visually-hidden:focus,
.visually-hidden:focus-visible {
  color: #000 !important;
  text-decoration: none !important;
  background-color: #c2d600;
  top: 0;
  z-index: 9999;
  width: 270px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  left: 0;
  text-decoration: none !important;
  outline-offset: 0px !important;
}

.toplinks .printjob,
.toplinks .send_a_friend {
  display: none;
}

.goog-te-gadget {
  font-size: 0 !important;
}

p.error,
span.mandatory-marker {
  color: #e31508;
}

.accordion__trigger:active .inline-link,
.accordion__trigger:focus .inline-link {
  color: #000;
  text-decoration: none;
  background-color: #c2d600;
  box-shadow: 0 4px #000;
}

.sendafriend .links {
  margin-top: 40px;
}

.sendafriend .links .button.submit {
  order: -1;
}

footer a:hover {
  color: #fff;
}

main .links .button.cancel {
  margin-left: 20px;
  cursor: pointer;
}

.site-footer .custom-select {
  background: #fff none no-repeat right 0.75rem center;
}

/* Form changes */

.hs_popup .form-group {
  margin-top: 8px;
  margin-bottom: 12px;
}

#hs_popup .hs_popup_header {
  padding: 16px;
}

#hs_popup .hs_popup_header a.close_mobile_btn {
  top: 16px;
}

#hs_popup.hs_popup .form.applyform label.error,
#hs_popup.hs_popup .hs_platform_form label.error,
#hs_popup.hs_popup .hs_popup label.error,
#hs_popup.hs_popup .hs_platform_area label.error {
  margin-left: 210px;
  top: -15px;
  color: red;
}

.hs_platform_form select,
.form.applyform select,
.hs_platform_area .form-group select,
.hs_popup .form-group select,
.hs_popup .form_details select {
  font-family: "Nunito Sans", sans-serif !important;
}

.logged-in-menu {
  padding: 0 !important;
}

.logged-in-menu .dropdown-toggle {
  padding: 10px 20px;
}

.logged-in-menu.show .dropdown-toggle {
  padding: 10px 20px;
  position: relative;
  top: 10px;
}

@media (min-width: 1025px) and (max-width: 1200px) {
  body header .top-head-nav .nav > *,
  .nav .logged-in-menu .dropdown-toggle {
    padding: 10px !important;
  }

  body .nav li.dropdown.logged-off-menu-item.logged-in-menu {
    padding: 0 !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .menu-background-mobile {
    display: grid;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: start;
    grid-template-columns: 1fr 1fr;
  }

  .menu-background-mobile .logged-off-menu-item {
    width: 95%;
    text-align: center;
    margin-right: 0px;
  }

  .menu-background-mobile .logged-off-menu-item:nth-child(odd) {
    margin-right: 20px;
  }

  .navbar-mobile.active li.logged-off-menu-item {
    justify-content: flex-start;
    width: 95%;
  }

  .navbar-mobile.active .dropdown a.dropdown-toggle {
    width: 100%;
    padding: 1.1rem 1.5rem 0.9rem !important;
  }
}

@media (max-width: 768px) {
  .logged-off-menu-item,
  .logged-off-menu-item a {
    width: 100%;
    text-align: center;
  }

  .dropdown-menu.show {
    transform: translate3d(0px, 55px, 0px) !important;
  }

  .navbar-mobile.active .logged-off-menu-item {
    margin-bottom: 18px;
  }

  .navbar-mobile.active .container {
    height: 90%;
  }

  #mobile-menu {
    overflow-y: auto;
    width: 100%;
    height: 100%;
  }
}

.navbar-mobile.active .logged-in-menu.show .dropdown-toggle {
  top: 0;
}

.accordion.expanded .accordion__body {
  display: block !important;
}

.container {
  width: 100%;
  max-width: 1296px;
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 480px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

@media screen and (min-width: 640px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (min-width: 960px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}

.jobs-nav .jp-first,
.jobs-nav .jp-last {
  display: none;
}

#main-content .jobs-nav .jp-disabled,
#main-content .jobs-nav .jp-disabled:hover,
#main-content .jobs-nav .jp-disabled.jp-next:focus,
#main-content .jobs-nav .jp-disabled.jp-next:focus-visible,
#main-content .jobs-nav .jp-disabled.jp-previous:focus,
#main-content .jobs-nav .jp-disabled.jp-previous:focus-visible {
  color: #8a8ab2 !important;
  border-color: #8a8ab2 !important;
  cursor: not-allowed !important;
}

#main-content .jobs-nav .jp-disabled.jp-next:focus,
#main-content .jobs-nav .jp-disabled.jp-next:focus-visible,
#main-content .jobs-nav .jp-disabled.jp-previous:focus,
#main-content .jobs-nav .jp-disabled.jp-next:active,
#main-content .jobs-nav .jp-disabled.jp-previous:active,
#main-content .jobs-nav .jp-disabled.jp-previous:focus-visible {
  background-color: transparent !important;
  box-shadow: none !important;
}

.jobs-nav .jp-current,
.jobs-nav a {
  font-weight: 700;
  font-size: 1.8rem;
  padding: 3px 12px;
}

.jobs-nav a.jp-next,
.jobs-nav a.jp-previous {
  font-weight: 500;
  font-size: 33px;
  padding: 0;
}

a.jp-previous  {
  margin-left: 0;
}

.jobs-nav {
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}

/* a.jp-previous, a.jp-next {
  background-image: url('/incl/images/chevron-page.png');
  background-repeat: no-repeat;
  background-size: 9px;
  background-position: center; 
}

a.jp-next {
transform: rotate(180deg);
} */
